home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / index.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  777 b   |  26 lines

  1. <?
  2.     if(file_get_contents("lang.tmp")=="")
  3.     {
  4.         header("Location: splash.php");    
  5.         exit();
  6.     }
  7. ?>
  8. <html>
  9. <head>
  10. <meta name="author" content="Kai Oswald Seidler">
  11. <meta http-equiv="cache-control" content="no-cache">
  12. <?include("lang/".file_get_contents("lang.tmp").".php"); ?>
  13. <title>XAMPP <?include('.version');?></title>
  14.  
  15. <frameset rows="74,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
  16.     <frame name="head" src="head.php" scrolling=no>
  17. <frameset cols="150,*" marginwidth="0" marginheight="0" frameborder="0" border="0" borderwidth="0">
  18.     <frame name="navi" src="navi.php" scrolling=no>
  19.     <frame name="content" src="start.php" marginwidth=20>
  20. </frameset>
  21. </frameset>
  22. </head>
  23. <body bgcolor=#ffffff>
  24. </body>
  25. </html>
  26.